runtime.fixalloc.alloc (method)

11 uses

	runtime (current package)
		malloc.go#L553: 			hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L620: 		hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L704: 		hint := (*arenaHint)(h.arenaHintAlloc.alloc())
		malloc.go#L707: 		hint = (*arenaHint)(h.arenaHintAlloc.alloc())
		mcache.go#L88: 		c = (*mcache)(mheap_.cachealloc.alloc())
		mfixalloc.go#L73: func (f *fixalloc) alloc() unsafe.Pointer {
		mgc.go#L1653: 		s := (*specialReachable)(mheap_.specialReachableAlloc.alloc())
		mheap.go#L1061: 		return (*mspan)(h.spanalloc.alloc())
		mheap.go#L1067: 			pp.mspancache.buf[i] = (*mspan)(h.spanalloc.alloc())
		mheap.go#L1815: 	s := (*specialfinalizer)(mheap_.specialfinalizeralloc.alloc())
		mheap.go#L1871: 	s := (*specialprofile)(mheap_.specialprofilealloc.alloc())